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 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:
      register in interface Dependency
    • get

      public org.wildfly.security.credential.source.CredentialSource get()
      Specified by:
      get in interface Supplier<org.wildfly.security.credential.source.CredentialSource>