A C D E G H I K L M N P R S T U V W

A

Action - interface com.iona.security.common.Action.
Represent an Action for iS2 authorization adapter.
ActionImpl - class com.iona.security.common.ActionImpl.
Action object default implementation
ActionImpl(String) - Constructor for class com.iona.security.common.ActionImpl
Constructor for new Action
addPrincipal(Principal) - Method in class com.iona.security.common.AuthenticatedPrincipal
Add a principal object to AuthenticatedPrincipal's principal list This operation is not allowed at client side.
addRealm(Realm) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a realm to the default principal.
addRealm(Realm) - Method in class com.iona.security.common.Principal
Add a realm
addRealm(String, Realm) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a realm to the specified principal.
addRole(Role) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a role to the global realm in the current principal.
addRole(Role) - Method in class com.iona.security.common.Realm
add a role
addRole(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a role by name to the global realm in the current principal.
addRole(String, Role) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a role to a specified realm in the default pricipal.
addRole(String, String, Role) - Method in class com.iona.security.common.AuthenticatedPrincipal
Adds a role to a specified realm in the current pricipal.
allowedToThrow - Variable in class com.iona.security.common.IS2Exception
 
Application - interface com.iona.security.common.Application.
Represent an Application object for iS2 authorization adapter.
ApplicationImpl - class com.iona.security.common.ApplicationImpl.
Represent an Application object for iS2 authorization adapter.
ApplicationImpl(String) - Constructor for class com.iona.security.common.ApplicationImpl
Constructor for new Action
AUTH_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
authenticate(String, String) - Method in interface com.iona.security.is2adapter.IS2Adapter
Authenticate a user using name and password.
authenticate(String, String, String) - Method in interface com.iona.security.is2adapter.IS2Adapter
Authenticate a user using name and password.
authenticate(String, X509Certificate) - Method in interface com.iona.security.is2adapter.IS2Adapter
Authenticate a principal using a X509 certificate.
authenticate(X509Certificate) - Method in interface com.iona.security.is2adapter.IS2Adapter
Authenticate a principal using a X509 certificate.
AuthenticatedPrincipal - class com.iona.security.common.AuthenticatedPrincipal.
An AuthenticatedPrincipal object carries information, including user ID (name) and roles, about a user that has been authenticated.
AuthenticatedPrincipal(String) - Constructor for class com.iona.security.common.AuthenticatedPrincipal
Create an object instance and set the principal's ID.

C

CA_DIR_NOT_SPECIFIED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
CERT_MISMATCH - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
CERT_PARSE_ERROR - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
CLIENT_CERT_PASSWORD - Static variable in interface com.iona.security.common.PasswordManager
Password for SSL client certificate in PKCS12 format in a HTTP iS2 client
CLOSE_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
close() - Method in interface com.iona.security.is2adapter.IS2Adapter
Close the adapter.
close() - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter
Close the adapter.
com.iona.security.common - package com.iona.security.common
 
com.iona.security.is2adapter - package com.iona.security.is2adapter
 
com.iona.security.is2AzAdapter - package com.iona.security.is2AzAdapter
 
CONNECTION_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
CONTAINED_EXCEPTION - Static variable in class com.iona.security.common.IS2Exception
 
copyFrom(Principal) - Method in class com.iona.security.common.Principal
Copies data from a Principal object.
copyFromOptionalID(Realm) - Method in class com.iona.security.common.Realm
Copies data from a Realm object where the ID is optional in the source object; this method should only be used in azmgr classes.
copyFromOptionalID(Role) - Method in class com.iona.security.common.Role
Copies data from a Role object where the ID is optional in the source object; this method should only be used in azmgr classes.
create(String) - Method in class com.iona.security.common.PasswordManagerFactory
Create a PasswordManager class.
createAction(String) - Method in class com.iona.security.common.DefaultIS2ActionFactory
 
createAction(String) - Method in interface com.iona.security.common.IS2ActionFactory
 
createDefaultIdentity() - Method in class com.iona.security.common.AuthenticatedPrincipal
Creates the default identity in this object; since this is done automatically when an AuthenticatedPrincipal is created, this method does not usually need to be called.
createDefaultRealms() - Method in class com.iona.security.common.Principal
Creates the default realms in this principal object.
createDefaultRoles() - Method in class com.iona.security.common.Realm
Creates the default roles in this realm object.

D

DefaultIS2ActionFactory - class com.iona.security.common.DefaultIS2ActionFactory.
Create an Action object
DefaultIS2ActionFactory() - Constructor for class com.iona.security.common.DefaultIS2ActionFactory
 

E

equals(Object) - Method in class com.iona.security.common.Role
Standard equality comparison.
equals(Object) - Method in class com.iona.security.common.ApplicationImpl
Check when two application objects are equal.
equals(Object) - Method in class com.iona.security.common.ActionImpl
If you need to overwrite this method, you could extends the this class to implement your own equal mechnism.
equals(Object) - Method in class com.iona.security.common.Principal
Standard equality comparison.
equals(Object) - Method in class com.iona.security.common.Realm
Standard equality comparison.
errorCode - Variable in class com.iona.security.common.IS2Exception
 

G

get_acl_policy_data(String, String, String, String, StringBuffer, StringBuffer) - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter2
 
getActionName() - Method in class com.iona.security.common.ActionImpl
return action name
getActionName() - Method in interface com.iona.security.common.Action
Return the action name
getActionParams() - Method in class com.iona.security.common.ActionImpl
 
getActionParams() - Method in interface com.iona.security.common.Action
Return the parameters related with this action.
getAdminRoleName() - Static method in class com.iona.security.common.AuthenticatedPrincipal
Deprecated. iS2 will no longer support a hard-coded admin role name
getAllUsers() - Method in interface com.iona.security.is2adapter.IS2Adapter
This method currently is not used by iS2 during runtime.
getApplicationName() - Method in interface com.iona.security.common.Application
Return the application name
getApplicationName() - Method in class com.iona.security.common.ApplicationImpl
return application name
getApplicationParams() - Method in interface com.iona.security.common.Application
Return the parameters related with this application.
getApplicationParams() - Method in class com.iona.security.common.ApplicationImpl
Get Application parameters
getAuthorizationInfo(AuthenticatedPrincipal) - Method in interface com.iona.security.is2adapter.IS2Adapter
Get authorization information from adapter, such as user's roles, etc.
getAuthorizationInfo(String) - Method in interface com.iona.security.is2adapter.IS2Adapter
Deprecated. use getAuthorizationInfo(AuthenticatedPrincipal principal) instead
getAuthorizationInfo(String, String) - Method in interface com.iona.security.is2adapter.IS2Adapter
Deprecated. use getAuthorizationInfo(AuthenticatedPrincipal principal) instead
getCurrentRealm() - Method in class com.iona.security.common.AuthenticatedPrincipal
Return the current realm that the AuthenticatedPrincipal is associated with.
getDescription() - Method in class com.iona.security.common.Role
Returns the role description.
getDescription() - Method in class com.iona.security.common.Principal
Returns the principal description.
getDescription() - Method in class com.iona.security.common.Realm
Returns the realm description.
getDomainName() - Method in class com.iona.security.common.Principal
Get the domain name for this principal
getErrorCode() - Method in class com.iona.security.common.IS2Exception
 
getGenericUserRoleName() - Static method in class com.iona.security.common.AuthenticatedPrincipal
Returns the generic user role name; generally this should not be used, but isNameUserRole() should be used instead.
getGlobalRealmName() - Static method in class com.iona.security.common.AuthenticatedPrincipal
Returns the name of the global realm.
getID() - Method in class com.iona.security.common.Role
Returns the role ID; this method should only be used in azmgr classes.
getID() - Method in class com.iona.security.common.Realm
Returns the realm ID; this method should only be used in azmgr classes.
getIdentity() - Method in class com.iona.security.common.AuthenticatedPrincipal
Return the current identity for the AuthenticatedPrincipal.
getInstance() - Static method in class com.iona.security.common.PasswordManagerFactory
Get the unique factory instance
getInterfaceName() - Method in class com.iona.security.common.ActionImpl
return interface name
getInterfaceName() - Method in interface com.iona.security.common.Action
Return the interface name
getIssuerDomainName() - Method in class com.iona.security.common.AuthenticatedPrincipal
Get Issuer domain name
getLocalizedMessage() - Method in class com.iona.security.common.IS2Exception
Return localized message for this exception
getManager() - Method in class com.iona.security.common.PasswordManagerFactory
Get the instantiated PasswordManager instance
getMessage() - Method in class com.iona.security.common.IS2Exception
Return detailed message for this exception
getName() - Method in class com.iona.security.common.Role
Returns the role name.
getName() - Method in class com.iona.security.common.Principal
Returns the principal name.
getName() - Method in class com.iona.security.common.Realm
Returns the realm name.
getNestedException() - Method in class com.iona.security.common.IS2Exception
Return nested exception
getOpName() - Method in class com.iona.security.common.ActionImpl
return action name
getOpName() - Method in interface com.iona.security.common.Action
Return the operation name
getParamName() - Method in class com.iona.security.is2adapter.InvalidParameterException
 
getPasswordAsCharArray(String) - Method in interface com.iona.security.common.PasswordManager
Return the specified password as character array
getPasswordAsString(String) - Method in interface com.iona.security.common.PasswordManager
Return the specified password as String.
getPrincipal(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Get a principal with specified principal name First try to find a principal with matching name within the issuer domain.
getPrincipals() - Method in class com.iona.security.common.AuthenticatedPrincipal
Return the principal lists contained in AuthenticatedPrincipal
getPrivateContext() - Method in class com.iona.security.common.AuthenticatedPrincipal
Get the private context.
getRealms() - Method in class com.iona.security.common.Principal
Returns the map of realms.
getReferenceCount() - Method in class com.iona.security.common.AuthenticatedPrincipal
Get the (statistics) reference count.
getRequestID() - Method in class com.iona.security.common.AuthenticatedPrincipal
Get the request ID.
getRoles() - Method in class com.iona.security.common.Realm
Returns the map of roles.
getSessionDuration() - Method in class com.iona.security.common.AuthenticatedPrincipal
Get shortest session duration time
getSessionId() - Method in class com.iona.security.common.AuthenticatedPrincipal
Retrieve the session id.
getToken() - Method in class com.iona.security.common.AuthenticatedPrincipal
Retrieve the authentication token associated with this principal.
getUserID() - Method in class com.iona.security.common.AuthenticatedPrincipal
Return the user name/ID.

H

hashCode() - Method in class com.iona.security.common.Role
Standard hash code generation.
hashCode() - Method in class com.iona.security.common.ApplicationImpl
Hash code
hashCode() - Method in class com.iona.security.common.ActionImpl
Hash code
hashCode() - Method in class com.iona.security.common.Principal
Standard hash code generation.
hashCode() - Method in class com.iona.security.common.Realm
Standard hash code generation.

I

incrementReferenceCount() - Method in class com.iona.security.common.AuthenticatedPrincipal
Increments the (statistics) reference count on this object.
INIT_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
initialize(Properties) - Method in interface com.iona.security.is2adapter.IS2Adapter
Initialize the adapter based on the configurable properties.
initialize(Properties) - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter
Initialize the adapter based on the configurable properties.
initialize(Properties) - Method in interface com.iona.security.common.PasswordManager
Initialize the password manager.
INVALID_PARAM - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
INVALID_PARAM - Static variable in class com.iona.security.is2AzAdapter.IS2AzAdapterException
 
InvalidLicenseException - exception com.iona.security.common.InvalidLicenseException.
 
InvalidLicenseException() - Constructor for class com.iona.security.common.InvalidLicenseException
Default constructor
InvalidLicenseException(Object, String) - Constructor for class com.iona.security.common.InvalidLicenseException
Constructor for localized exception messages.
InvalidLicenseException(Object, String, Object[]) - Constructor for class com.iona.security.common.InvalidLicenseException
Constructor for localized exception message with parameters.
InvalidLicenseException(Object, String, Object[], Throwable) - Constructor for class com.iona.security.common.InvalidLicenseException
Constructor for localized exception message with nested exception
InvalidLicenseException(Object, String, Throwable) - Constructor for class com.iona.security.common.InvalidLicenseException
Constructor for localized exception message with nested exception
InvalidLicenseException(String) - Constructor for class com.iona.security.common.InvalidLicenseException
Constructing an excetion using a message string.
InvalidParameterException - exception com.iona.security.is2adapter.InvalidParameterException.
Authorization failed exception would be thrown when authorization failed for a particular operation
InvalidParameterException(String) - Constructor for class com.iona.security.is2adapter.InvalidParameterException
 
InvalidParameterException(String, String) - Constructor for class com.iona.security.is2adapter.InvalidParameterException
 
IS2ActionFactory - interface com.iona.security.common.IS2ActionFactory.
Create an Action object
IS2Adapter - interface com.iona.security.is2adapter.IS2Adapter.
This interface defines the methods which must be implemented by an adapter for a specific enterprise security system which stores users and potentially roles.
IS2AdapterException - exception com.iona.security.is2adapter.IS2AdapterException.
Exception thrown by IS2Adapter.
IS2AdapterException() - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Default constructor
IS2AdapterException(Object, String) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct localized exception message
IS2AdapterException(Object, String, Object[]) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct localized exception message
IS2AdapterException(Object, String, Object[], Throwable) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct a localized exception message with nested exception
IS2AdapterException(Object, String, Throwable) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct a localized exception message with nested exception
IS2AdapterException(ResourceBundle, Object, String) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct localized exception message using custom resource bundle
IS2AdapterException(ResourceBundle, Object, String, Object[]) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct localized exception message using custom resource bundle
IS2AdapterException(ResourceBundle, Object, String, Object[], Throwable) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct a localized exception message with nested exception using custom resource bundle
IS2AdapterException(ResourceBundle, Object, String, Throwable) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Construct a localized exception message with nested exception using custom resourc bundle
IS2AdapterException(String) - Constructor for class com.iona.security.is2adapter.IS2AdapterException
Constructor.
IS2AzAdapter - interface com.iona.security.is2AzAdapter.IS2AzAdapter.
Defines an API for iS2 adapters to authorization data stores, which contain user permission information.
IS2AzAdapter2 - interface com.iona.security.is2AzAdapter.IS2AzAdapter2.
Defines an extra API for iS2 adapters
IS2AzAdapterException - exception com.iona.security.is2AzAdapter.IS2AzAdapterException.
Exception thrown by IS2AzAdapter.
IS2AzAdapterException() - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Default constructor
IS2AzAdapterException(Object, String) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct localized exception message
IS2AzAdapterException(Object, String, Object[]) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct localized exception message
IS2AzAdapterException(Object, String, Object[], Throwable) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct a localized exception message with nested exception
IS2AzAdapterException(Object, String, Throwable) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct a localized exception message with nested exception
IS2AzAdapterException(ResourceBundle, Object, String) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct localized exception message using custom resource bundle
IS2AzAdapterException(ResourceBundle, Object, String, Object[]) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct localized exception message using custom resource bundle
IS2AzAdapterException(ResourceBundle, Object, String, Object[], Throwable) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct a localized exception message with nested exception using custom resource bundle
IS2AzAdapterException(ResourceBundle, Object, String, Throwable) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Construct a localized exception message with nested exception using custom resourc bundle
IS2AzAdapterException(String) - Constructor for class com.iona.security.is2AzAdapter.IS2AzAdapterException
Constructor.
IS2Exception - exception com.iona.security.common.IS2Exception.
Root exception thrown by IS2.
IS2Exception() - Constructor for class com.iona.security.common.IS2Exception
Default constructor.
IS2Exception(Object, String) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception messages.
IS2Exception(Object, String, Object[]) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with parameters.
IS2Exception(Object, String, Object[], Throwable) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(Object, String, Throwable) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(ResourceBundle, Object, String) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(ResourceBundle, Object, String, Object[]) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(ResourceBundle, Object, String, Object[], Throwable) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(ResourceBundle, Object, String, Throwable) - Constructor for class com.iona.security.common.IS2Exception
Constructor for localized exception message with nested exception
IS2Exception(String) - Constructor for class com.iona.security.common.IS2Exception
Constructing an excetion using a message string.
isAllowedToDoAs(AuthenticatedPrincipal, String[], Action, Application) - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter
Check if a user is allowed to perform a given action in one or more realms for a specified application.
isAllowedToDoAs(AuthenticatedPrincipal, String[], Action, String) - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter
Check if a user is allowed to perform a given action in one or more realms for a specified application.
isAllowedToThrow() - Method in class com.iona.security.common.IS2Exception
Check if allowd to throw
isExpired() - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify whether the object is expired (not valid).
isGlobalRealm() - Method in class com.iona.security.common.Realm
Determines whether this realm is the global realm.
isIdleExpired() - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify if the object's idle time has been exceeded .
isNameAdminRole(String) - Static method in class com.iona.security.common.AuthenticatedPrincipal
Deprecated. iS2 will no longer support a hard-coded admin role name
isNameUserRole(String) - Static method in class com.iona.security.common.AuthenticatedPrincipal
Returns whether the given name is the IONA user role or not.
isPrincipalInAdminRole() - Method in class com.iona.security.common.AuthenticatedPrincipal
Deprecated. iS2 will no longer support a hard-coded admin role name
isPrincipalInAdminRole(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Deprecated. iS2 will no longer support a hard-coded admin role name
isPrincipalInRole(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify that the principal is in the given role for default principal.
isPrincipalInRole(String, String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify that the principal is in the given realm/role.
isPrincipalInRole(String, String, String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify that the authenticated principal is in the given realm/role with a specified identity.
isSessionExpired() - Method in class com.iona.security.common.AuthenticatedPrincipal
Verify whether the object's session is expired .

K

KEYSTORE_PASSWORD - Static variable in interface com.iona.security.common.PasswordManager
Password for keystore used for SSL connection

L

LDAP_ADAPTER_NOT_INIT - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
LDAP_CLIENT_CERTIFICATE_PASSWORD - Static variable in interface com.iona.security.common.PasswordManager
Password used in LDAP adapter for SSL client certificate in PKCS12 format
LDAP_PRINCIPAL_USER_PASSWORD - Static variable in interface com.iona.security.common.PasswordManager
Principal user's password for LDAP connection.
LOGOUT - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
logout(AuthenticatedPrincipal) - Method in interface com.iona.security.is2adapter.IS2Adapter
Logout the principal from enterprise security system.

M

message - Variable in class com.iona.security.common.IS2Exception
 
MISSING_USER_FILE - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

N

nestedException - Variable in class com.iona.security.common.IS2Exception
 
NO_AUTHZ_INFO - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
NOT_IMPLEMENTED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
NOT_INIT - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
NULL_INIT_PROPERTY - Static variable in class com.iona.security.is2AzAdapter.IS2AzAdapterException
 
NULL_PASSWORD - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
NULL_PROPERTIES - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

P

PasswordManager - interface com.iona.security.common.PasswordManager.
The PasswordManager class should know how to store and retrieve all passwords used in iS2.
PasswordManagerFactory - class com.iona.security.common.PasswordManagerFactory.
Singleton factory class to create concrete PasswordManager class
PasswordManagerFactory() - Constructor for class com.iona.security.common.PasswordManagerFactory
Default constructor
Principal - class com.iona.security.common.Principal.
The object which represents a principal which is or will be persisted.
Principal(String, String) - Constructor for class com.iona.security.common.Principal
Constructor used for newly-created (not-yet-persisted) principals.
Principal(String, String, String) - Constructor for class com.iona.security.common.Principal
Constructor used for newly-created (not-yet-persisted) principals.
printStackTrace() - Method in class com.iona.security.common.IS2Exception
Print stack trace with nested exception
printStackTrace(PrintStream) - Method in class com.iona.security.common.IS2Exception
Print stack trace with nested exception to a PrintStream
printStackTrace(PrintWriter) - Method in class com.iona.security.common.IS2Exception
Print stack trace with nested exception to a Writer
PROTECT_ERROR - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

R

Realm - class com.iona.security.common.Realm.
The object which represents a realm which is or will be persisted.
Realm(String) - Constructor for class com.iona.security.common.Realm
Special constructor used for the global realm.
Realm(String, String) - Constructor for class com.iona.security.common.Realm
Constructor used for newly-created (not-yet-persisted) realms.
refresh() - Method in interface com.iona.security.is2AzAdapter.IS2AzAdapter
Reload permission data from persistent data store.
RETRIEVE_USER_ERROR - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
Role - class com.iona.security.common.Role.
The object which represents a role which is or will be persisted.
Role(String, String) - Constructor for class com.iona.security.common.Role
Constructor used for newly-created (not-yet-persisted) roles.

S

setActionName(String) - Method in class com.iona.security.common.ActionImpl
set interface name
setActionName(String) - Method in interface com.iona.security.common.Action
Set the action name
setActionParams(HashMap) - Method in class com.iona.security.common.ActionImpl
 
setActionParams(HashMap) - Method in interface com.iona.security.common.Action
Define the action parameters needed for this action.
setAllowedToThrow(boolean) - Method in class com.iona.security.common.IS2Exception
Set if this exception is allowed to be checked at client side
setApplicationParams(HashMap) - Method in interface com.iona.security.common.Application
Define the application parameters needed for this application.
setApplicationParams(HashMap) - Method in class com.iona.security.common.ApplicationImpl
Set application parameters
setClientExpirationTime(long) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set client side expiration time
setCurrentRealm(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the current realm that the AuthenticatedPrincipal is associated with.
setDescription(String) - Method in class com.iona.security.common.Role
Sets the role description.
setDescription(String) - Method in class com.iona.security.common.Principal
Sets the principal description.
setDescription(String) - Method in class com.iona.security.common.Realm
Sets the realm description.
setDomainName(String) - Method in class com.iona.security.common.Principal
Set domain name for this principal
setErrorCode(String) - Method in class com.iona.security.common.IS2Exception
 
setExpirationTime(long) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the object idle expiration time.
setID(String) - Method in class com.iona.security.common.Role
Sets the role ID; this method should only be used in azmgr classes.
setID(String) - Method in class com.iona.security.common.Realm
Sets the realm ID; this method should only be used in azmgr classes.
setIdentity(Principal) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the current identity for the AuthenticatedPrincipal.
setInterfaceName(String) - Method in class com.iona.security.common.ActionImpl
set interface name
setInterfaceName(String) - Method in interface com.iona.security.common.Action
Set the interface name
setIssuerDomainName(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set Issuer domain name
setName(String) - Method in class com.iona.security.common.Role
Sets the role name.
setName(String) - Method in class com.iona.security.common.Realm
Sets the realm name.
setOpName(String) - Method in class com.iona.security.common.ActionImpl
set interface name
setOpName(String) - Method in interface com.iona.security.common.Action
Set the operation name
setPrivateContext(Object) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the private context.
setReadOnly() - Method in class com.iona.security.common.Role
Sets the object into a non-modifiable mode.
setReadOnly() - Method in class com.iona.security.common.AuthenticatedPrincipal
Sets the object into a non-modifiable mode.
setReadOnly() - Method in class com.iona.security.common.Principal
Sets the object into a non-modifiable mode.
setReadOnly() - Method in class com.iona.security.common.Realm
Sets the object into a non-modifiable mode.
setRealms(HashMap) - Method in class com.iona.security.common.Principal
Sets the map of realms.
setRequestID(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the request ID.
setRoles(HashMap) - Method in class com.iona.security.common.Realm
Sets the map of roles.
setSessionExpirationTime(long) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set the object session expiration time.
setSessionId(int) - Method in class com.iona.security.common.AuthenticatedPrincipal
Set a unique session id.
setToken(String) - Method in class com.iona.security.common.AuthenticatedPrincipal
Sets the authentication token.
SM_AGENT_SECRET - Static variable in interface com.iona.security.common.PasswordManager
SiteMinder agent password used in SiteMinder adapter
SM_AUTH_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
SM_LOGOUT_FAILED - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
SM_NULL_PRINCIPAL_AT_ClOSE - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

T

toString() - Method in class com.iona.security.common.Role
Returns the string representation of this object.
toString() - Method in class com.iona.security.common.Principal
Returns the string representation of this object.
toString() - Method in class com.iona.security.common.Realm
Returns the string representation of this object.

U

UNKNOWN_ERROR - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 
USER_NOT_EXIST - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

V

version - Static variable in interface com.iona.security.is2adapter.IS2Adapter
 

W

WRONG_NAME_PASSWORD - Static variable in class com.iona.security.is2adapter.IS2AdapterException
 

A C D E G H I K L M N P R S T U V W
Documentation built [Sat Dec 11 21:11:34 2004].