|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationMethod | |
org.n52.security.common.authentication | |
org.n52.security.common.protocol.artifact | |
org.n52.security.common.protocol.artifact.binding.wss1_1 |
Uses of AuthenticationMethod in org.n52.security.common.authentication |
Classes in org.n52.security.common.authentication that implement AuthenticationMethod | |
class |
PasswordAuthenticationMethod
|
class |
SessionAuthenticationMethod
|
class |
UnknownAuthenticationMethod
|
class |
URMAuthenticationMethod
|
class |
WASAuthenticationMethod
|
Methods in org.n52.security.common.authentication that return AuthenticationMethod | |
AuthenticationMethod |
SessionIDCredentialEditor.getAuthenticationMethod()
|
AuthenticationMethod |
SAMLCredentialEditor.getAuthenticationMethod()
|
AuthenticationMethod |
PasswordCredentialEditor.getAuthenticationMethod()
|
AuthenticationMethod |
CredentialEditor.getAuthenticationMethod()
|
AuthenticationMethod |
AuthenticationMethodConfig.getAuthenticationMethod()
|
Methods in org.n52.security.common.authentication with parameters of type AuthenticationMethod | |
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. |
Constructors in org.n52.security.common.authentication with parameters of type AuthenticationMethod | |
SessionIDCredentialEditor(AuthenticationMethod pMethod)
|
|
SAMLCredentialEditor(AuthenticationMethod pMethod)
|
|
PasswordCredentialEditor(AuthenticationMethod pMethod,
boolean pIsBase64Encoded)
|
Uses of AuthenticationMethod in org.n52.security.common.protocol.artifact |
Methods in org.n52.security.common.protocol.artifact that return AuthenticationMethod | |
AuthenticationMethod[] |
IPESCapabilities.getAuthenticationMethods()
|
Methods in org.n52.security.common.protocol.artifact with parameters of type AuthenticationMethod | |
void |
PolicyEnforcementServiceCapabilities.addAuthenticationMethods(AuthenticationMethod[] pMethods)
|
void |
IPESCapabilities.addAuthenticationMethods(AuthenticationMethod[] pMethods)
|
void |
AuthenticationServiceCapabilities.addAuthenticationMethods(AuthenticationMethod[] pMethods)
|
Uses of AuthenticationMethod in org.n52.security.common.protocol.artifact.binding.wss1_1 |
Methods in org.n52.security.common.protocol.artifact.binding.wss1_1 that return AuthenticationMethod | |
AuthenticationMethod[] |
Capabilities.getAuthenticationMethods()
|
Methods in org.n52.security.common.protocol.artifact.binding.wss1_1 with parameters of type AuthenticationMethod | |
void |
Capabilities.addAuthenticationMethods(AuthenticationMethod[] pMethods)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |