Class AuthenticationContainer
- java.lang.Object
-
- co.ecg.alpaca.core.model.migration.AuthenticationContainer
-
- All Implemented Interfaces:
Serializable
public class AuthenticationContainer extends Object implements Serializable
AuthenticationContainer class.
- Version:
- $Id: $Id
- Author:
- DavidKelley on 9/26/18.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationContainer.Typestatic classAuthenticationContainer.TypeAndPasswordContainer
-
Constructor Summary
Constructors Constructor Description AuthenticationContainer()Constructor for AuthenticationContainer.AuthenticationContainer(BroadWorksObject object)Constructor for AuthenticationContainer.AuthenticationContainer(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers)Constructor for AuthenticationContainer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BroadWorksObjectgetObject()Getter for the fieldobject.List<AuthenticationContainer.TypeAndPasswordContainer>getTypeAndPasswordContainers()Getter for the fieldtypeAndPasswordContainers.inthashCode()voidsetObject(BroadWorksObject object)Setter for the fieldobject.voidsetTypeAndPasswordContainers(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers)Setter for the fieldtypeAndPasswordContainers.
-
-
-
Constructor Detail
-
AuthenticationContainer
public AuthenticationContainer()
Constructor for AuthenticationContainer.
-
AuthenticationContainer
public AuthenticationContainer(BroadWorksObject object)
Constructor for AuthenticationContainer.
- Parameters:
object- aBroadWorksObjectobject.
-
AuthenticationContainer
public AuthenticationContainer(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers)
Constructor for AuthenticationContainer.
- Parameters:
object- aBroadWorksObjectobject.typeAndPasswordContainers- aListobject.
-
-
Method Detail
-
getObject
public BroadWorksObject getObject()
Getter for the field
object.- Returns:
- a
BroadWorksObjectobject.
-
setObject
public void setObject(BroadWorksObject object)
Setter for the field
object.- Parameters:
object- aBroadWorksObjectobject.
-
getTypeAndPasswordContainers
public List<AuthenticationContainer.TypeAndPasswordContainer> getTypeAndPasswordContainers()
Getter for the field
typeAndPasswordContainers.- Returns:
- a
Listobject.
-
setTypeAndPasswordContainers
public void setTypeAndPasswordContainers(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers)
Setter for the field
typeAndPasswordContainers.- Parameters:
typeAndPasswordContainers- aListobject.
-
-