A C D E G H I L N O P R S U V 

A

apply(FaceletContext, UIComponent) - Method in class org.apache.shiro.web.faces.tags.AuthenticationTagHandler
 
apply(FaceletContext, UIComponent) - Method in class org.apache.shiro.web.faces.tags.PermissionTagHandler
 
AuthenticatedTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body only if the current user has executed a successful authentication attempt during their current session.
AuthenticatedTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.AuthenticatedTag
 
AuthenticationTagHandler - Class in org.apache.shiro.web.faces.tags
Base TagHandler for Tags that check for authentication.
AuthenticationTagHandler(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.AuthenticationTagHandler
 

C

checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.AuthenticatedTag
 
checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.AuthenticationTagHandler
 
checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.GuestTag
 
checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.NotAuthenticatedTag
 
checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.RememberedTag
 
checkAuthentication() - Method in class org.apache.shiro.web.faces.tags.UserTag
 

D

doEncodeAll(FacesContext) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
doEncodeAll(FacesContext) - Method in class org.apache.shiro.web.faces.tags.SecureComponent
 

E

encodeAll(FacesContext) - Method in class org.apache.shiro.web.faces.tags.SecureComponent
 

G

getDefaultValue() - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
getProperty() - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
getSubject() - Method in class org.apache.shiro.web.faces.tags.SecureComponent
 
getSubject() - Method in class org.apache.shiro.web.faces.tags.SecureTagHandler
 
getType() - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
GuestTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body if the current user is not known to the system, either because they haven't logged in yet, or because they have no 'RememberMe' identity.
GuestTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.GuestTag
 

H

HasAnyPermissionTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body only if the current user has at least one of the comma-delimited string permissions specified in name attribute.
HasAnyPermissionTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.HasAnyPermissionTag
 
HasAnyRolesTag - Class in org.apache.shiro.web.faces.tags
Displays body content if the current user has any of the roles specified.
HasAnyRolesTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.HasAnyRolesTag
 
HasPermissionTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body only if the current user has the string permissions specified in name attribute.
HasPermissionTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.HasPermissionTag
 
HasRoleTag - Class in org.apache.shiro.web.faces.tags
 
HasRoleTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.HasRoleTag
 

I

isPermitted(String) - Method in class org.apache.shiro.web.faces.tags.PermissionTagHandler
 

L

LacksPermissionTag - Class in org.apache.shiro.web.faces.tags
 
LacksPermissionTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.LacksPermissionTag
 
LacksRoleTag - Class in org.apache.shiro.web.faces.tags
 
LacksRoleTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.LacksRoleTag
 
log - Variable in class org.apache.shiro.web.faces.tags.SecureComponent
 
log - Variable in class org.apache.shiro.web.faces.tags.SecureTagHandler
 

N

NotAuthenticatedTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body only if the current user has not executed a successful authentication attempt during their current session.
NotAuthenticatedTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.NotAuthenticatedTag
 

O

org.apache.shiro.web.faces.tags - package org.apache.shiro.web.faces.tags
Provides the Shiro Facelets Tag Library implementations.

P

PermissionTagHandler - Class in org.apache.shiro.web.faces.tags
Base TagHandler for Tags that check for permissions.
PermissionTagHandler(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.PermissionTagHandler
 
PrincipalTag - Class in org.apache.shiro.web.faces.tags
Tag used to print out the String value of a user's default principal, or a specific principal as specified by the tag's attributes.
PrincipalTag() - Constructor for class org.apache.shiro.web.faces.tags.PrincipalTag
 

R

RememberedTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body only if the current user's identity (aka principals) is remembered from a successful authentication during a previous session and the user has not executed a successful authentication attempt during their current session.
RememberedTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.RememberedTag
 
restoreState(FacesContext, Object) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 

S

saveState(FacesContext) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
SecureComponent - Class in org.apache.shiro.web.faces.tags
Base class for JSF components.
SecureComponent() - Constructor for class org.apache.shiro.web.faces.tags.SecureComponent
 
SecureTagHandler - Class in org.apache.shiro.web.faces.tags
Base class for all TagHandlers
SecureTagHandler(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.SecureTagHandler
 
setDefaultValue(String) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
setProperty(String) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
setType(String) - Method in class org.apache.shiro.web.faces.tags.PrincipalTag
 
showTagBody() - Method in class org.apache.shiro.web.faces.tags.AuthenticationTagHandler
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.HasAnyPermissionTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.HasAnyRolesTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.HasPermissionTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.HasRoleTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.LacksPermissionTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.LacksRoleTag
 
showTagBody(String) - Method in class org.apache.shiro.web.faces.tags.PermissionTagHandler
 

U

UserTag - Class in org.apache.shiro.web.faces.tags
Tag that renders the tag body if the current user known to the system, either from a successful login attempt (not necessarily during the current session) or from 'RememberMe' services.
UserTag(TagConfig) - Constructor for class org.apache.shiro.web.faces.tags.UserTag
 

V

verifyAttributes() - Method in class org.apache.shiro.web.faces.tags.SecureComponent
 
A C D E G H I L N O P R S U V 

Copyright © 2014. All Rights Reserved.