Package net.shibboleth.idp.admin
Class BasicAdministrativeFlowDescriptor.Logo
java.lang.Object
net.shibboleth.utilities.java.support.collection.Pair<String,String>
net.shibboleth.utilities.java.support.primitive.LangBearingString
net.shibboleth.idp.admin.BasicAdministrativeFlowDescriptor.Logo
- Enclosing class:
- BasicAdministrativeFlowDescriptor
A wrapper class to construct logo objects for exposure by
UIInfo
interface.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.utilities.java.support.primitive.LangBearingString
getLang, getValue, setSecond, toString
-
Field Details
-
height
private final int heightLogo height. -
width
private final int widthLogo width.
-
-
Constructor Details
-
Method Details
-
getHeight
public int getHeight()Get logo height in pixels.- Returns:
- height
-
getWidth
public int getWidth()Get logo width in pixels.- Returns:
- width
-