|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.controller.CredentialsProviderManager
public class CredentialsProviderManager
Entry point for creating CredentialsProvider
instances from XML elements (JAXB objects).
Constructor Summary | |
---|---|
CredentialsProviderManager()
|
Method Summary | |
---|---|
static CredentialsProvider |
create(CredentialsProviderType authentication)
Creates the authentication method that is specified in the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CredentialsProviderManager()
Method Detail |
---|
public static CredentialsProvider create(CredentialsProviderType authentication)
authentication
- is one of the authentication methods that are implemented.
CredentialsProvider
, never null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |