Methods in org.openliberty.arisid that throw AuthenticationException |
static ArisIdService |
ArisIdServiceFactory.createAttributeService(java.lang.Class<IAttrSvcStack> stackImplementationClass,
javax.security.auth.Subject appCredential,
java.net.URI carmldoc)
The attribute services factory will create an ArisIdService
instance based on the requested class implementing the
IAttrSvcStack interface. |
static ArisIdService |
ArisIdServiceFactory.createAttributeService(java.lang.String stackImplementationClass,
javax.security.auth.Subject appCredential,
java.net.URI carmldoc,
java.lang.String appIdName,
java.net.URI appUri,
java.lang.String appDescription)
The attribute services factory will create an ArisIdService
instance based on the requested class implementing the
IAttrSvcStack interface. |
static ArisIdService |
ArisIdServiceFactory.createAttributeService(javax.security.auth.Subject appCredential,
java.lang.String appIdName,
java.net.URI appUri,
java.lang.String appDescription)
The attribute services factory will create an ArisIdService
instance based on the java property
org.openliberty.arisid.stack that implements
IAttrSvcStack interface. |
static ArisIdService |
ArisIdServiceFactory.createAttributeService(javax.security.auth.Subject appCredential,
java.net.URI carmldoc)
The attribute services factory will create an ArisIdService
instance based on the java property
org.openliberty.arisid.stack that implements
IAttrSvcStack interface. |
void |
ArisIdService.initialize()
Initializes the attribute service and freezes the CARML declaration. |