- getAction() - Method in class org.wicketstuff.security.hive.authorization.permissions.ActionPermission
-
The internal representation of this action.
- getActionFactory() - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Gets actionFactory.
- getActions() - Method in class org.wicketstuff.security.hive.authorization.Permission
-
Returns the actions as a String.
- getActions() - Method in class org.wicketstuff.security.hive.authorization.permissions.ActionPermission
-
A logically ordered comma separated string containing each action this permission has.
- getAlias(String) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Returns the value of the alias.
- getCurrentLineNr() - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
The current line being read.
- getHive(Object) - Static method in class org.wicketstuff.security.hive.HiveMind
-
Returns the Hive stored with the key.
- getLeft(R) - Method in class org.wicketstuff.security.util.ManyToManyMap
-
Gets the bidirectional mappings for this object.
- getName() - Method in class org.wicketstuff.security.hive.authorization.EverybodyPrincipal
-
Returns the name everybody.
- getName() - Method in class org.wicketstuff.security.hive.authorization.Permission
-
Returns the name of this Permission.
- getName() - Method in interface org.wicketstuff.security.hive.authorization.Principal
-
Returns the name of this principal.
- getName() - Method in class org.wicketstuff.security.hive.authorization.SimplePrincipal
-
- getPermissions(Principal) - Method in class org.wicketstuff.security.hive.BasicHive
-
- getPermissions(Principal) - Method in interface org.wicketstuff.security.hive.Hive
-
Returns a set of
Permissions, contained within the principal.
- getPolicyFiles() - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
A readonly view of the policy files added to this factory.
- getPrincipals() - Method in class org.wicketstuff.security.hive.authentication.BaseSubject
-
- getPrincipals() - Method in interface org.wicketstuff.security.hive.authentication.Subject
-
A readonly view of the principals.
- getPrincipals(Permission) - Method in class org.wicketstuff.security.hive.BasicHive
-
- getPrincipals(Permission) - Method in interface org.wicketstuff.security.hive.Hive
-
Returns a set of
Principals, each containing this permission.
- getReaders() - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
A readonly view of the readers added to this factory.
- getRight(L) - Method in class org.wicketstuff.security.util.ManyToManyMap
-
Gets the bidirectional mappings for this object.
- getSortOrder() - Method in class org.wicketstuff.security.hive.authentication.LoginContext
-
Indicates the sort order of this context.
- getStreams() - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
A readonly view of the streams added to this factory.
- getSubject(String, String) - Method in class org.wicketstuff.security.hive.authentication.UsernamePasswordContext
-
Validates the username and password.
- setAlias(String, String) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Sets the value for an alias, overwrites any existing alias with the same name
- setCloseInputStreams(boolean) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Sets closeInputStreams.
- setReadOnly() - Method in class org.wicketstuff.security.hive.authentication.BaseSubject
-
- setReadOnly() - Method in interface org.wicketstuff.security.hive.authentication.Subject
-
Mark this subject as readonly.
- SimpleCachingHive - Class in org.wicketstuff.security.hive
-
A very simple caching mechanism on top of
BasicHive.
- SimpleCachingHive() - Constructor for class org.wicketstuff.security.hive.SimpleCachingHive
-
- SimplePrincipal - Class in org.wicketstuff.security.hive.authorization
-
A very simple principal.
- SimplePrincipal(String) - Constructor for class org.wicketstuff.security.hive.authorization.SimplePrincipal
-
Constructor.
- size() - Method in class org.wicketstuff.security.util.ManyToManyMap
-
Returns the number of mapped values, left or right
- skipEmptyPrincipal(int, Principal) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a principal is skipped because there are no permissions attached.
- skipIllegalPermission(int, Principal, Permission) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies of permissions located outside the { and }; block statements but after a valid
principal was found.
- skipIllegalPrincipal(int, Principal, Set<Permission>) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a
Principal begins at an illegal place in the file.
- skipLine(int, String) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a line is skipped because it was not understood for any other reason.
- skipPermission(int, String, ClassNotFoundException) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a permission class could not be found.
- skipPermission(int, Principal, Permission) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies of duplicate permissions for a principal.
- skipPermission(int, Class<? extends Permission>, Object[], Exception) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notified when a new instance of the permission could not be created.
- skipPermission(int, Class<?>) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a Class is skipped because it is not a Permission or no valid constructors
could be found.
- skipPrincipal(int, Class<? extends Principal>) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when the principal does not have an accessible constructor for a single
String argument.
- skipPrincipal(int, Class<? extends Principal>, Exception) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a new instance of the principl could not be created.
- skipPrincipalClass(int, String, ClassNotFoundException) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a Principal class could not be found.
- skipPrincipalClass(int, Class<?>) - Method in class org.wicketstuff.security.hive.config.PolicyFileHiveFactory
-
Notifies when a classname is not a
Principal.
- Subject - Interface in org.wicketstuff.security.hive.authentication
-
Subject represents (part of) an authenticated entity, such as an individual, a corporation, or a
login id.