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
Constructors Constructor Description CredentialSourceDependency(org.jboss.as.controller.OperationContext context, Attribute attribute, org.jboss.dmr.ModelNode model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.security.credential.source.CredentialSourceget()<T> org.jboss.msc.service.ServiceBuilder<T>register(org.jboss.msc.service.ServiceBuilder<T> builder)
-
-
-
Constructor Detail
-
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 Detail
-
register
public <T> org.jboss.msc.service.ServiceBuilder<T> register(org.jboss.msc.service.ServiceBuilder<T> builder)
- Specified by:
registerin interfaceDependency
-
-