Class VideographerPrincipal
java.lang.Object
org.codice.alliance.video.security.videographer.principal.VideographerPrincipal
- All Implemented Interfaces:
Serializable,Principal
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ip address associated with this videographer principalgetName()static StringparseAddressFromName(String fullName) Parses the ip address out of a videographer principal name that has the format Videographer@127.0.0.1toString()
-
Constructor Details
-
VideographerPrincipal
-
-
Method Details
-
parseAddressFromName
Parses the ip address out of a videographer principal name that has the format Videographer@127.0.0.1- Parameters:
fullName- full name (e.g. Videographer@127.0.0.1)- Returns:
- ip address
-
getAddress
Returns the ip address associated with this videographer principal- Returns:
- ip address
-
getName
-
toString
-