Package | Description |
---|---|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
DefaultSPAuthnContextMapper.getRequestedAuthnContext(String realm,
String hostEntityID,
Map paramsMap)
Returns the
RequestedAuthnContext object. |
RequestedAuthnContext |
SPAuthnContextMapper.getRequestedAuthnContext(String realm,
String hostEntityID,
Map paramsMap)
Returns the
RequestedAuthnContext Object . |
Modifier and Type | Method and Description |
---|---|
int |
DefaultSPAuthnContextMapper.getAuthLevel(RequestedAuthnContext reqCtx,
AuthnContext authnContext,
String realm,
String hostEntityID,
String idpEntityID)
Returns the auth level for the AuthContext
|
int |
SPAuthnContextMapper.getAuthLevel(RequestedAuthnContext reqCtx,
AuthnContext authContext,
String realm,
String hostEntityID,
String idpEntityID)
Returns the Auth Level for the
AuthContext . |
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
ProtocolFactory.createRequestedAuthnContext()
Returns a mutable requested authentication context object.
|
RequestedAuthnContext |
ProtocolFactory.createRequestedAuthnContext(Element value)
Returns an immutable requested authentication context object.
|
RequestedAuthnContext |
ProtocolFactory.createRequestedAuthnContext(String value)
Returns an immutable requested authentication context object.
|
RequestedAuthnContext |
AuthnRequest.getRequestedAuthnContext()
Returns the
RequestedAuthnContext object. |
RequestedAuthnContext |
AuthnQuery.getRequestedAuthnContext()
Returns the
RequestedAuthnContext object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
Sets the
RequestedAuthnContext . |
void |
AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)
Sets the
RequestedAuthnContext object. |
Modifier and Type | Class and Description |
---|---|
class |
RequestedAuthnContextImpl
Java content class for RequestedAuthnContextType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected RequestedAuthnContext |
AuthnQueryImpl.requestedAuthnContext |
Modifier and Type | Method and Description |
---|---|
RequestedAuthnContext |
AuthnRequestImpl.getRequestedAuthnContext()
Returns the
RequestedAuthnContext object. |
RequestedAuthnContext |
AuthnQueryImpl.getRequestedAuthnContext()
Returns the
RequestedAuthnContext object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
Sets the
RequestedAuthnContext . |
void |
AuthnQueryImpl.setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)
Sets the
RequestedAuthnContext object. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.