|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credential | |
org.n52.security.common.authentication | |
org.n52.security.common.protocol |
Uses of Credential in org.n52.security.common.authentication |
Classes in org.n52.security.common.authentication that implement Credential | |
class |
PasswordCredential
|
class |
SAMLCredential
|
class |
SessionIDCredential
|
class |
URMCredential
|
Methods in org.n52.security.common.authentication that return Credential | |
Credential |
SessionIDCredentialEditor.getCredential()
|
Credential |
SAMLCredentialEditor.getCredential()
|
Credential |
PasswordCredentialEditor.getCredential()
|
static Credential |
CredentialFactory.createCredential(AuthenticationMethod pMethod,
java.lang.String value)
constructs a new Credential according to the specified methodURN and sets the specified value (e.g. |
Credential |
CredentialEditor.getCredential()
The values can be anything like comma seperated username,password or a SAMLTicket. |
Uses of Credential in org.n52.security.common.protocol |
Methods in org.n52.security.common.protocol with parameters of type Credential | |
SessionInfo |
PolicyEnforcementService.getSession(java.lang.String version,
Credential credential)
Corresponds to the GetSession request of the Web Security Service specification. |
Transferable |
PolicyEnforcementService.doService(java.lang.String version,
Transferable pTransferable,
Credential credential)
Corresponds to the DoService request of the Web Security Service specification. |
SessionInfo |
AuthenticationService.getSession(java.lang.String version,
Credential credential)
Corresponds to the GetSession request of the Web Authentication Service specification. |
SAMLResponse |
AuthenticationService.getSAMLResponse(java.lang.String version,
Credential credential)
Corresponds to the GetSAMLResponse request of the Web Authentication Service specification. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |