A B C D E F G H I L M N O P R S T X

A

addCredential(WSCQToken, XMLBase) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Adds a credential used to authencicate.
addLDAPCredentials() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Adds the LDAP credentials, except the password.
addPrincipalAttributes(String, String[]) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets attributes for a user that has been authenticated.
ANY_AUTHENTICATION - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
authenticate() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Performs the authentication process.
AUTHENTICATE_HDR - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
AUTHENTICATED - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
AUTHENTICATED - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the authentication was successful.
authenticateWithPassword(String, String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Authenticates a user after locating the user with the specified DN.
authenticateWithQuery(String, String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Authenticates a user after locating the user with an LDAP query.
AuthnConstants - Class in com.novell.nidp.authentication
 
AuthnConstants() - Constructor for class com.novell.nidp.authentication.AuthnConstants
 
AUTHORIZATION_HDR - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

B

BASIC - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
BASIC_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
BASIC_REALM - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
BASIC_VALUE - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

C

CANCEL - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
CANCEL - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the authentication was cancelled.
clearCredentials() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
 
com.novell.nidp.authentication - package com.novell.nidp.authentication
 
com.novell.nidp.authentication.local - package com.novell.nidp.authentication.local
 
com.novell.nidp.common.authority.ldap.jndi - package com.novell.nidp.common.authority.ldap.jndi
 
com.novell.nidp.policy.soap.injection - package com.novell.nidp.policy.soap.injection
 
CONTEXT_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
CONTEXT_CONTRACT - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
CONTEXT_NONE - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

D

DataElement - Class in com.novell.nidp.policy.soap.injection
Contains methods for managing the data in the DataElement object.
DEFINES_USER - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
doAuthenticate() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
This is essentially an abstract method designed to be overloaded by authentication classes that intend to take advantage of secret store unlocking.

E

escapeName(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Escapes the characters typed by the user.
ExternalDataFiller - Interface in com.novell.nidp.policy.soap.injection
Defines the interface that you need to extend.
ExternalDataFillerContext - Interface in com.novell.nidp.policy.soap.injection
Contains the definition of the methods you can use to retrieve the distinguished name and password of the user.
ExternalDataFillerFactory - Interface in com.novell.nidp.policy.soap.injection
Defines the interface that Access Manager calls to retrieve data from your plug-in for an Identity Injection policy.

F

fillDataElement(DataElement, ExternalDataFillerContext) - Method in interface com.novell.nidp.policy.soap.injection.ExternalDataFiller
Fills the DataElement object via a call to the dataElement.setValue method.
findPrincipals(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Searches through a list of user stores for users that match the specified user name.
findPrincipalsByQuery(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Searches through a list of user stores for users that match the given query.
FORMAT_ANY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
FORMAT_FEDERATED - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
FORMAT_NONE - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
FORMAT_TEMPORARY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

G

getAuthnRequest() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the request that might have cause this authentication class to be invoked.
getBooleanProperty(String, boolean) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets a boolean value from the specified property.
getCredentials() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the list of credentials used to authenticate the user.
getDataTagIdentifier() - Method in class com.novell.nidp.policy.soap.injection.DataElement
Returns the tag identifying the data to be filled in.
getDirectoryName() - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Returns the descriptive display name of this directory type.
getGUIDAttributeName() - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Returns the schema name of the Globally Unique Identifier attribute for this directory type.
getIDPProviders() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets a list of identity providers that can be used as possible authentication sources.
getInjectionLocation() - Method in class com.novell.nidp.policy.soap.injection.DataElement
Returns the location identifier for where the data is going to be inserted.
getInstance() - Method in interface com.novell.nidp.policy.soap.injection.ExternalDataFillerFactory
Retrieves an ExternalDataFiller object.
getLogMsg() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the message for the associated error ID.
getMemberAttributeName() - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Returns the schema name of the Group Member attribute for this directory type.
getPrincipal() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the user authenticated by this class.
getPrincipalAttributes(String[]) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the attributes for the user that has been authenticated.
getPrincipalUserAuthority() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the LDAP server that identified the user, assuming that m_Principal has been set.
getProperty(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Returns the value of the specified property.
getProvisionURL() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the URL to call to provision a user.
getReturnURL() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Returns the URL which any user interactions should post data to.
getTTL() - Method in class com.novell.nidp.policy.soap.injection.DataElement
Gets the time, in seconds, the data is considered to be valid.
getType() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the authentication type this class implements.
getUserAuthority(int) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Returns the specified LDAP server.
getUserAuthorityCount() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the number of searchable LDAP servers.
getUserClassName() - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Returns the schema name of the User class for this directory type.
getUserDN() - Method in interface com.novell.nidp.policy.soap.injection.ExternalDataFillerContext
Retrieves the distinguished name of the user.
getUserErrorMsg() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Gets the error message that will be displayed to the end user.
getUserNamingAttrName() - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Returns the schema name of the naming attribute of the User class for this directory type.
getUserPassword() - Method in interface com.novell.nidp.policy.soap.injection.ExternalDataFillerContext
Retrieves the typed in password of the user.
getValue() - Method in class com.novell.nidp.policy.soap.injection.DataElement
Returns the current value of the data element.

H

HANDLED_REQUEST - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
HANDLED_REQUEST - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the request was handled and that a query for more information is necessary for the authentication to proceed.
HTTP - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
HTTP_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
HTTPS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
HTTPS_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

I

IDP_SELECT_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
initializeRequest(HttpServletRequest, HttpServletResponse, NIDPSession, boolean, String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Initializes the authentication class with the current request or response.
INTRODUCTION_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
isCancelAppropriate() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if the option to cancel the authentication is appropriate for this instance.
isDefinesUser() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if this authentication class instance needs to identify a user.
isFailure() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates whether or not this authentication failed.
isFirstCallAfterPrevMethod() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if this authentication class begins execution immediately after the successful completion of another class.
isFirstInstance() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if this authentication class instance is the first since the system started up or was reconfigured.
isPendingAuthnRequest() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if there is a pending authentication request that has come from a service provider.
isUserIdentification() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Determines if this authentication class instance is the result of an assertion being returned to an unauthenticated session.

L

LDAPStorePlugin - Class in com.novell.nidp.common.authority.ldap.jndi
 
LDAPStorePlugin() - Constructor for class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
 
LocalAuthenticationClass - Class in com.novell.nidp.authentication.local
Provides methods for authenticating to the local authority.
LocalAuthenticationClass(Properties, ArrayList) - Constructor for class com.novell.nidp.authentication.local.LocalAuthenticationClass
Defines the constructor to be used by all classes to do local authentication.

M

m_Properties - Variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
The class and method properties defined in the admin utility as well as other system properties.
m_Request - Variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
The current HttpServletRequest that is being processed.
m_Response - Variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
The HttpServletResponse that will be responded to.
m_Session - Variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
The current Novell Identity Server session.
MOBILE_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
MOBILE_TEST - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
mustPersist() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates if this class must persist during interaction with the user.

N

NOT_AUTHENTICATED - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
NOT_AUTHENTICATED - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the authentication was unsuccessful.

O

onCreateConnection(Hashtable) - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Called just before a new JNDI LDAP connection is created.
onCreateConnectionException(AuthenticationException) - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Allows customized handling of exceptions thrown during the create JNDI LDAP connection attempt.
onCreateConnectionException(OperationNotSupportedException) - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Allows customized handling of exceptions thrown during the create JNDI LDAP connection attempt.
OTHER - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

P

PASSWORD - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PKG_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
postUserAccountCreation(String, String, String, String) - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
Some directory types require that attributes be set on the object after it has been created.
preUserAccountCreation(String, String, String, String) - Method in class com.novell.nidp.common.authority.ldap.jndi.LDAPStorePlugin
The plug-in must provide all of the attributes required to create a user object.
PROPERTY_AUTHNREQUEST - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_CANCEL - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_IDENTIFY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_IDPOLICY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_JSP - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_PROVIDERS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_PROVISION - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_PROXY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_QUERY - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_REALM - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_RECONFIG - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_REDIRECT - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROPERTY_RESET - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROT_BASIC_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROTECTED_BASIC - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROTECTED_PASSWORD - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROXY_DISALLOW - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PROXY_IDP_DECIDE - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PWD_EXPIRED - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PWD_EXPIRED - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the user's password is expired.
PWD_EXPIRING - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
PWD_EXPIRING - Static variable in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Indicates that the user's password is expiring.

R

RADIUS_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

S

setErrorMsg(String, String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets the error message to send to the end user and to the log file.
setErrorMsg(String, String, String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets the error message to send to the end user and to the log file as well as a parameter to send with the log file message.
setFailure() - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets a failure state for the current authentication.
setPrincipal(NIDPPrincipal) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets the user to be authenticated by this class.
setPrincipalAttributes(String[], String[]) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets the attributes for a user that has been authenticated.
setTTL(int) - Method in class com.novell.nidp.policy.soap.injection.DataElement
Sets the time, in seconds, the data is considered to be valid.
setUserErrorMsg(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Sets the error message to be displayed to an end user.
setValue(String) - Method in class com.novell.nidp.policy.soap.injection.DataElement
Sets the current value of the data element to the specified value.
showErrorJSP(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Causes an error JSP to be executed to display an error message.
showJSP(String) - Method in class com.novell.nidp.authentication.local.LocalAuthenticationClass
Forwards execution to a specific JSP.
SMARTCARD - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
SMARTCARDPKI - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
SPNEGO_KERBEROS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

T

TOKEN - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

X

X509 - Static variable in class com.novell.nidp.authentication.AuthnConstants
 
X509_CLASS - Static variable in class com.novell.nidp.authentication.AuthnConstants
 

A B C D E F G H I L M N O P R S T X

Copyright © 2005-2009 Novell, Inc. All Rights Reserved.