public interface Identity
| Modifier and Type | Interface and Description |
|---|---|
static class |
Identity.IdentityValidationResult
Possible statuses of a Identity after validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToSoapMessage(int soapMessageNode)
Add this Identity to a given SOAP message.
|
java.lang.String |
getOrgUserDN()
Returns a String representation of a LDAP DN for a user.
|
java.lang.String |
getUserId()
Returns a String representation of the Identity containing only the external user Id (also called os identity).
|
java.lang.String |
getUserOrganization()
Returns the organizational LDAP DN of the User Identity
|
Identity.IdentityValidationResult |
validate()
Internal method to check if the Identity can be trusted.
|
java.lang.String getOrgUserDN()
java.lang.String getUserId()
java.lang.String getUserOrganization()
void addToSoapMessage(int soapMessageNode)
throws XMLException
soapMessageNode - the soap message to add this identity toXMLException - when XML construction failsIdentity.IdentityValidationResult validate() throws com.eibus.security.identity.IdentityValidationException
com.eibus.security.identity.IdentityValidationException