Class SAML2MetadataUIInfo.SAML2MetadataUILogo

  • Enclosing class:
    SAML2MetadataUIInfo

    public static class SAML2MetadataUIInfo.SAML2MetadataUILogo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SAML2MetadataUILogo​(java.lang.String url, int width, int height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      java.lang.String getUrl()  
      int getWidth()  
      void setHeight​(int height)  
      void setUrl​(java.lang.String url)  
      void setWidth​(int width)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAML2MetadataUILogo

        public SAML2MetadataUILogo​(java.lang.String url,
                                   int width,
                                   int height)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • setUrl

        public void setUrl​(java.lang.String url)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)