org.wildfly.extras.creaper.commands.elytron
Class CredentialRef

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.CredentialRef

public final class CredentialRef
extends Object


Nested Class Summary
static class CredentialRef.CredentialRefBuilder
           
 
Method Summary
 String getAlias()
           
 String getClearText()
           
 String getStore()
           
 String getType()
           
 void setAlias(String alias)
           
 void setClearText(String clearText)
           
 void setStore(String store)
           
 void setType(String type)
           
 Map<String,Object> toParameters()
           
 Values toValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getType

public String getType()

setType

public void setType(String type)

getStore

public String getStore()

setStore

public void setStore(String store)

getClearText

public String getClearText()

setClearText

public void setClearText(String clearText)

toValues

public Values toValues()

toParameters

public Map<String,Object> toParameters()


Copyright © 2020. All rights reserved.