|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CredentialConfig
Configuration interface to create Credential Configuration objects. An object implementing this interface would store the different attributes needed to create a SAML token.
Field Summary | |
---|---|
static java.lang.String |
AuthenticationInstant
|
static java.lang.String |
AuthenticationMethod
|
Method Summary | |
---|---|
java.util.Map |
getProperties()
This method must return the properties associated with the SAML token. |
java.util.List<SAMLAttribute> |
getSAMLAttributes()
This method must return the list of SAML User Attributes associated with the SAML token. |
SAMLNameID |
getSAMLNameID()
This method must return the SAMLNameID associated with the SAML token. |
void |
setProperties(java.util.Map map)
This method must set properties associated with the SAML token. |
void |
setRequesterNameID(java.lang.String id)
This method must set the ID for the SAML token requester. |
void |
setSAMLAttributes(java.util.List<SAMLAttribute> atts)
This method must set the list of SAML User Attributes associated with the SAML token. |
void |
setSAMLNameID(SAMLNameID id)
This method must set the SAMLNameID associated with the SAML token. |
void |
setStringAttributes(java.util.Map<java.lang.String,java.lang.String> atts)
This method must set the list of string attributes associated with the SAML token. |
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration |
---|
validate |
Field Detail |
---|
static final java.lang.String AuthenticationInstant
static final java.lang.String AuthenticationMethod
Method Detail |
---|
java.util.List<SAMLAttribute> getSAMLAttributes()
SAMLNameID getSAMLNameID()
SAMLNameID
void setRequesterNameID(java.lang.String id)
void setSAMLAttributes(java.util.List<SAMLAttribute> atts)
List
- atts - List of SAMLAttribute objects.void setStringAttributes(java.util.Map<java.lang.String,java.lang.String> atts)
Map - String> atts - Map containing key/value pair of SAML string attributes.
void setSAMLNameID(SAMLNameID id)
SAMLNameID
- id - Name id of SAML token.java.util.Map getProperties()
Map
void setProperties(java.util.Map map)
Map - Object> map - Map containing key/value pair of SAML properties
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |