Class CredentialSourceDependency
java.lang.Object
org.jboss.as.clustering.controller.CredentialSourceDependency
- All Implemented Interfaces:
Supplier<org.wildfly.security.credential.source.CredentialSource>,Dependency,SupplierDependency<org.wildfly.security.credential.source.CredentialSource>
public class CredentialSourceDependency
extends Object
implements SupplierDependency<org.wildfly.security.credential.source.CredentialSource>
- Author:
- Paul Ferraro, Richard Opalka
-
Constructor Summary
ConstructorsConstructorDescriptionCredentialSourceDependency(org.jboss.as.controller.OperationContext context, Attribute attribute, org.jboss.dmr.ModelNode model) -
Method Summary
-
Constructor Details
-
CredentialSourceDependency
public CredentialSourceDependency(org.jboss.as.controller.OperationContext context, Attribute attribute, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Throws:
org.jboss.as.controller.OperationFailedException
-
-
Method Details
-
register
public <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder) - Specified by:
registerin interfaceDependency
-
get
public org.wildfly.security.credential.source.CredentialSource get()
-