Uses of Enum
org.apache.tapestry5.http.LinkSecurity
Packages that use LinkSecurity
Package
Description
[INTERNAL USE ONLY] internal service classes; API subject to change
-
Uses of LinkSecurity in org.apache.tapestry5.http
Methods in org.apache.tapestry5.http that return LinkSecurityModifier and TypeMethodDescriptionLink.getSecurity()
Returns the current security for this link, which reflects whether the targeted page is itself secure or insecure.LinkSecurity.promote()
Promotes to eitherFORCE_SECURE
orFORCE_INSECURE
.static LinkSecurity
Returns the enum constant of this type with the specified name.static LinkSecurity[]
LinkSecurity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.http with parameters of type LinkSecurityModifier and TypeMethodDescriptionvoid
Link.setSecurity
(LinkSecurity newSecurity) Changes the link's security, which can be useful to force a link to be either secure or insecure when normally it might not be. -
Uses of LinkSecurity in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return LinkSecurityModifier and TypeMethodDescriptionRequestSecurityManager.checkPageSecurity
(String pageName) Determines if the page security does not match the request's security.RequestSecurityManagerImpl.checkPageSecurity
(String pageName) LinkImpl.getSecurity()
Methods in org.apache.tapestry5.internal.services with parameters of type LinkSecurityConstructors in org.apache.tapestry5.internal.services with parameters of type LinkSecurityModifierConstructorDescriptionLinkImpl
(String basePath, boolean forForm, LinkSecurity defaultSecurity, Response response, ContextPathEncoder contextPathEncoder, BaseURLSource baseURLSource)