Uses of Class
tr.gov.efatura.useraccount.AccessCredentialType
-
Packages that use AccessCredentialType Package Description tr.gov.efatura.useraccount -
-
Uses of AccessCredentialType in tr.gov.efatura.useraccount
Methods in tr.gov.efatura.useraccount that return AccessCredentialType Modifier and Type Method Description AccessCredentialTypeAccessCredentialType. clone()Created by ph-jaxb22-plugin -Xph-cloneable2AccessCredentialTypeObjectFactory. createAccessCredentialType()Create an instance ofAccessCredentialTypeAccessCredentialTypeUserAccountType. getAccessCredentialAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionMethods in tr.gov.efatura.useraccount that return types with arguments of type AccessCredentialType Modifier and Type Method Description JAXBElement<AccessCredentialType>ObjectFactory. createAccessCredential(AccessCredentialType value)List<AccessCredentialType>UserAccountType. getAccessCredential()Contains a password or other token associated with the authentication of a user.Methods in tr.gov.efatura.useraccount with parameters of type AccessCredentialType Modifier and Type Method Description voidUserAccountType. addAccessCredential(AccessCredentialType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidAccessCredentialType. cloneTo(AccessCredentialType ret)This method clones all values fromthisto the passed object.JAXBElement<AccessCredentialType>ObjectFactory. createAccessCredential(AccessCredentialType value)Method parameters in tr.gov.efatura.useraccount with type arguments of type AccessCredentialType Modifier and Type Method Description voidUserAccountType. setAccessCredential(List<AccessCredentialType> aList)Created by ph-jaxb22-plugin -Xph-list-extension
-