Class CredentialSourceDependency

    • 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:
        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>